home *** CD-ROM | disk | FTP | other *** search
/ Bandai Visual CD-ROM Previews 3 / Bandai Visual CD-ROM Previews 3.iso / TWISTY_DEMO / START / 00014_Script_14 < prev    next >
Text File  |  1995-02-03  |  163b  |  9 lines

  1. on exitFrame
  2.   global gBeforDepth
  3.   put the colorDepth into gBeforDepth
  4.   if gBeforDepth = 16 then
  5.     go to "C_00"
  6.   else
  7.     go to "COL_SET"
  8.   end if
  9. end